Struct isotope_parser::ast::Annotated [−][src]
Expand description
An annotated term
Fields
term: Arc<Expr>
The underlying term
ty: Arc<Expr>
The type this term is assigned
Implementations
pub fn pretty<'a, D, A>(&'a self, allocator: &'a D) -> DocBuilder<'a, D, A> where
D: DocAllocator<'a, A>,
D::Doc: Clone,
A: Clone,
[src]
pub fn pretty<'a, D, A>(&'a self, allocator: &'a D) -> DocBuilder<'a, D, A> where
D: DocAllocator<'a, A>,
D::Doc: Clone,
A: Clone,
[src]Prettyprint an annotated term
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Annotated
impl UnwindSafe for Annotated
Blanket Implementations
Mutably borrows from an owned value. Read more